inspector: Expand the resource list
authorMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2019 16:12:49 +0000 (11:12 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 3 Jun 2020 17:32:15 +0000 (13:32 -0400)
This is an experiment with adding a filler column.

gtk/inspector/resource-list.ui

index 97191539544ca63f8a50bf6cee1cb8a19500787d..74882e759279708a6259772e48428438d89681ce 100644 (file)
@@ -62,6 +62,7 @@
                         <child>
                           <object class="GtkColumnViewColumn" id="path">
                             <property name="title" translatable="yes">Path</property>
+                            <property name="expand">1</property>
                             <property name="factory">
                               <object class="GtkSignalListItemFactory">
                                 <signal name="setup" handler="setup_name_cb"/>
                             </property>
                           </object>
                         </child>
+                        <child>
+                          <object class="GtkColumnViewColumn" id="filler">
+                            <property name="expand">1</property>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>